cwhaticando.com home DIY • Do it Yourself • Weekend Projects • BIG Projects • LITTLE Projects
become a creator share your how-to  

 

 

close window

How Do I Share My How-To?

It's really pretty easy, pictures and videos of the steps it takes to complete your project are stored on YouTube and picasaWeb. Once your "final" video is stored on YouTube, your project will show in the listings on the site. All this is controlled by our Creator's Tools. Basically, you start a project by writing up the project idea.

Step 1. Sign up for a free Creator's Account to gain access to the Creator's Tools.

Step 2. Login

Step 3. Push the "Create New Project" button on the Creator's Tools. Make a name (you can change it later) for your project. And describe your plans to use as notes to guide the creation of the steps.

Step 4. When you've finished providing all the steps to your project, shooting the videos and saving to google video via the Creator's Tool Panel, you are ready to write the introductory paragraph with an interesting story of how you did it, or how you do it in the case of a professional services presentation.

Step 5. Last but not least create and upload the video (to YouTube) which is the video that will be used to summarize the project. If you were building a robot, this final video would show the robot running around, doing fun things that will inspire others to create their version of your project.

That's it... Watch the views and ratings for your project pile up along with the sales commissions! Or get a customer because you showed how you remodel a house.

close window

FAQ About Becoming A Creator

Q. Why would I go to all that work, building something, then put it on a website like C What I Can Do? What's the point?

A. Actually, there are a couple of forms for a reward:

  1. You get rated as an author. Lots of good ratings looks good on your resume.
  2. You Make Money!

YOU Make Money when someone buys a part from You, and builds it into Their Version of your project. And, if YOU have a basement full of red leds and build a red led project - we'll send you customers who are inspired to build your blinking light device. If you sell PC boards, you may link to your own sales. Or sell your own kit online through your e-Bay store.

The same with books! We encourage project builders to make books. In fact, CwhatIcanDo is a great place to get rated as an author. 'Betcha get a better deal from your publisher...

Of course, it is possible that your project won't make you any money, because someone built something even cooler than yours (maybe even inspired by your project.) Maybe you just want to show your version of another project... It's done in the spirit of the web: Sharing ideas. And it's fun building a project on your own.



Build a Robot In 5 Minutes      ...     32051 Views
Author's name: WeRbots       

SimpleBot the 5 Minutes to Build Robot. This is `the bot` for experimenters who are anxious to make their first robot and get it running. It`s held together with tape, so you can take it apart and experiment.

The example Simple Bot uses a couple of gearMotors with wheels, battery pack, etc..

One of any starting roboticist`s issues is making the robot base. In this case, the robot`s base is made out of the bodies of the gearMotors themselves. Simply arranging the gearMotors, then taping them together allows the experimental roboticist to take the starter bot apart and put it back together again.

NOTE: Don`t Forget to put a picAxe 08m chip. In some cases, depending on where you get your picAxe motor controller chip, you will have to replace the 08 with 08m, or write your own code... If pin3 high there`s an object... and check before you make the motors run!
Author's Assigned Keywords:    Robots    Quick Build Robot

  (ad)
Tape B-4 Glueing     
Though Simple bot is taped together with black electrical tape, you can hot glue it together to make a permanent Robot. Think of this project as an idea generator, an inspirational project that is pretty much a two-wheeled differential drive robot with a drag wheel.

You shift the weight of the battery pack towards the rear for a drag wheel rather than shifting forward (need a front tricycle type wheel). Or balance it with back and front draggers like the upright RFL inspired Robot...

Simple bot drags a wheel made out of a soda pop twist off cap so it can freely slide around.


Hardware     
Parts Needed:
2 - GearDrive Motors
2 - Wheels (D ring, fits the geardrive)
1 - 4 X AA battery pack
1 - IR Detector (could make it yourself)
1 - 12 " or so of #12 wire (makes dragger)
1 - Motor Driver Board
1 - Power on/off switch

Recognize the schematic? That's right, it's the same picAxe 8m motor controller, so the only difference is the IR detector is mounted on the front of the pc board. Otherwise it's the same thing with different software, except in the test driving videos, the software is exactly the same. And don't forget to "flip" one or the other of the motor wires, so one of the motors turns in the opposite direction
Software     
Here is the program listing for the little bot... It`s just a basic wall-follower, so it`s not too astonishing.

Here`s the software listing:

`-------------------------------------------------------
`
` picAxe MOTOR Control for 08m chip
` interrupts drive evasive tactics
` SOUNDS: Using 3-level A/D Converter output
` Created by: Jim Huffman
` Rev 0.1 November 11, 2007
` Rev 1.0 December 02, 2007
` Using the AXE motor drive combo board
`
` Rev 2.0 December 31, 2007
`-------------------------------------------------------
`
` Initialize System Wide Values
`
` Directives
` Select and initialize chipset
#picaxe 08m ` this is: picaxe08 in the setup that
` comes with the board
`#terminal 4800
`
` System resources
symbol m1 = 0 `(leg 7)
symbol m1en = 1 `(leg 6)ADC1
symbol m2en = 2 `(leg 5)ADC2,PWMout2
symbol IRsense = 3 `(leg 4)
symbol m2 = 4 `(leg 3)ADC4
` (leg 1 Vdd, leg 8 = Vss, leg 2 = Serial In)
`
` Motor Control constants
` speed control

symbol R = w0
symbol y = w1
symbol z = w2
symbol alrmCnt = w3

`
`--------------------------------------------------------
` Code Blocks:
`
init:
` set pins 0,1,2, 4 as outputs
let dirs = %00010111
let pins = %00000000 `set outputs low initially

random R
pause 1000

` Stop Motor
gosub move_stop `don`t go anywhere yet
pause 1000
`

setint %00001000,%00001000

`
`
main:
gosub move_forward
random R
pause 100

goto main
`
`
`--------------------------------------------------------
` Move this baby OUTPUT 2
move_forward:
let pins = %00010001
return

move_backward:
let pins = %00000110
return


move_stop:
let pins = %00000000 `kill everything!
return

turn_right:
let pins = %00010010 `
return

turn_left:
let pins = %00000101 `
return


interrupt:
` sertxd("The value of R is ",#R,13,10)
gosub move_stop
gosub move_backward
pause 300
gosub turn_right
pause 30
pause b1 `add a random spin around time
gosub move_stop

setint %00001000,%00001000

return
become a creator
close window

It's Easy To:

C - What - I - Can - Do

• Sign up - Get ID and Password

• Plan and Create a Project That Someone Might Enjoy and May Even Want to Build

• Link to your creation on your favorite social networking site or blog.

• Become famous! Because your projects get a lot of Hits!

 

No parts list with this project. Scan the 'Junkbox Reviewer' below! Find projects by clicking on their parts. Got something in your junkbox? Here's your spot to find something fun to make or build!

 

Junk Box Reviewer
Itching To Start Building A DIY Do It Yourself Project? Got Some Parts of Your Own in your JunkBox? Find projects by Surfing' the Parts List!
  
  
  
  
  
 
Andrei And Jim
Web Developers
Visit the project:

CwhatIcanDo Website


 
  
  
 
L 298 Compact Motor Driver Kit
Solarbotics
Visit the project:

Build the L298 H-Bridge Motor Control


 
  
 
Account On CwhatIcanDo
CwhatIcanDo.com
Visit the project:

HELP :: How To Create a Project


 
  
  
 
Microrobot Avoider Jr
Microrobot
Visit the project:

Robot Man: With Robot Demos


 
  
  
  
 
Brilliant Blue/Green LED
Surplus
Visit the project:

Converting a Flashlight to LED


 
  
 
PICAXE 8 Pin Motor Driver Board
SparkFun
Visit the project:

Easy Cheap Robot Weekend Project


 
  
 
Tracked Vehicle Chassis Kit
Tamiya
Visit the project:

Build Your Own Track Drive Robot


 
  
  
 
PICAXE 8 Pin Motor Driver Board
SparkFun
Visit the project:

Build Your Own Track Drive Robot


 
  
 
Infrared Proximity Sensor Short Range - Sharp GP2D120XJ00F
Sharp
Visit the project:

Build Your Own Track Drive Robot


 
  
 
PICAXE 8 Pin Motor Driver Board
SparkFun
Visit the project:

Build a Robot In 5 Minutes


 
  
 
Infrared Proximity Sensor Short Range - Sharp GP2D120XJ00F
Sharp
Visit the project:

Build a Robot In 5 Minutes


 
  
 
Gear Motor 2 - 224:1 Offset Shaft
SolarBotics
Visit the project:

Build a Robot In 5 Minutes


 
  
 
4 X AA Cell battery holder plus on/off switch
Powerize
Visit the project:

Build a Robot In 5 Minutes


 
  
 
PICAXE 8 Pin Motor Driver Board
SparkFun
Visit the project:

picAxe 8 bit Motor Controller: Look Inside


 
  
 
Infrared Proximity Sensor Short Range - Sharp GP2D120XJ00F
Sharp
Visit the project:

picAxe 8 bit Motor Controller: Look Inside


 
  
 
4 Section In-Ground Batting Net
battingnets.com
Visit the project:

Home Installation of a 4 Section In-Ground Batting Cage


 
  
  
  
  
  
  
  
 
Transformer 1k:8 ohm
xicon
Visit the project:

Pong)))))


 
  
 
PICAXE 8 Pin Motor Driver Board
SparkFun
Visit the project:

Robots Almost Anyone Can Afford


 
  
  
  
 
Morphibian Land Shark
Kid Galaxy
Visit the project:

Morphibian Land Shark


 
  
  
  
  
  
  
 
Parallax (Futaba) Continuous Rotation Servo
futaba (modified)
Visit the project:

How To Build a Robot in a Box


 
  
 
Parallax (Futaba) Standard Servo
futaba
Visit the project:

How To Build a Robot in a Box


 
  
  
  
 
PICAXE 8 Pin Motor Driver Board
SparkFun
Visit the project:

Weekend Project: Get Started With Robots


 
  
  
 
L298 Compact Motor Driver
Solarbotics
Visit the project:

Build a Respectable Autonomous Robot


 
  
 
Infrared Proximity Sensor Short Range - Sharp GP2D120XJ00F
Sharp
Visit the project:

Weekend Project: Get Started With Robots


 
  
  
 
PICAXE 18 Pin Power Project Board
picAxe
Visit the project:

Build a Robot From A Power Wheelchair


 
  
 
PICAXE 18M2 Microcontroller
picAxe
Visit the project:

Build a Robot From A Power Wheelchair


 
  
  
  
  
  
 
Solderless Breadboard For Uno
Jameco Valupro
Visit the project:

Arduino Development VS PicAxe Development


 
  
 
USB 2/0Video Capture Device
SIIG
Visit the project:

On Line Neighborhood Watch


 
  
  
  
 
Eurocard IC Pattern
Velleman
Visit the project:

On Line Neighborhood Watch


 
  
 
40 kHz Weatherproof Transducer
Audiowell Electronics
Visit the project:

Pong)))))


 
  
 
PICAXE 18M2 Microcontroller
picAxe
Visit the project:

Autonomous Robot PVC "Pickup Truck"


 
  
 
Power Amplifier
ST Micro
Visit the project:

Pong)))))


 
  
  

By Creators
WeRbots: i-Mon App
WeRbots: Pong)))))
By Keywords
Ajax: battle
Android: battle
BEAM Robots: battle
Convert Your Flashlight to LED: Converting a Flashlight to LED
How To Build Cheap Bots: Robots Almost Anyone Can Afford
How To Build Cheap Bots: How To Build a Robot in a Box
How To Website: Tour This Website
How To Website: CwhatIcanDo Website
Infrared Proximity Sensor: Build Your Own Track Drive Robot
Quick Build Robot: Build a Robot In 5 Minutes
robot bending: Morphibian Land Shark
Robot Motor Control: Robot Basics
Robot Motor Control: Buggy Bot: Wire Frame Bot Body
Robots: Robot Basics
Rumble Bot Conversions: Robots Almost Anyone Can Afford
Select or type in a Keyword: Converting a Flashlight to LED
web 2.0 site: CwhatIcanDo Website
Weekend Project Robots: Easy Cheap Robot Weekend Project

Click To Expand / Contract Menus. View by Creator, Category, Keywords or Number of Views.

©Copyright 2008 - , CwhatIcanDo.com, all rights reserved.